Join the social network of Tech Nerds, increase skill rank, get work, manage projects...
 

How to use Cursor in Odoo ?

When we use cursor first we have to move on Record Recordset and environment share the same cursor.And you can access cursor using like below code. def my_fun(self): cursor = self._cr # or self.env.cr Note- if you need to use...

How to use cursor in OpenERP(Odoo)?

When we are using cursor we should use current environment cursor: like below code. self.env.cr except if we need to use threads,we use like below code. Environment.manage(): env = Environment(cr, uid, context) Note- Environment.m...
Sign In
                           OR                           
                           OR                           
Register

Sign up using

                           OR                           
Forgot Password
Fill out the form below and instructions to reset your password will be emailed to you:
Reset Password
Fill out the form below and reset your password: